projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c5a83
)
entered into RCS
author
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Jun 1994 16:23:20 +0000
(16:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Jun 1994 16:23:20 +0000
(16:23 +0000)
src/termcap.c
patch
|
blob
|
history
diff --git
a/src/termcap.c
b/src/termcap.c
index a1bbab2d9d9d532d21ef60e593a520838a715437..9462122677ee0d728151380a1750bd45b0aa88b6 100644
(file)
--- a/
src/termcap.c
+++ b/
src/termcap.c
@@
-17,7
+17,15
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Emacs config.h may rename various library functions such as malloc. */
#ifdef HAVE_CONFIG_H
+
#include <config.h>
+
+/* Get the O_* definitions for open et al. */
+#include <sys/file.h>
+#ifdef USG5
+#include <fcntl.h>
+#endif
+
#else /* not HAVE_CONFIG_H */
#if defined(HAVE_STRING_H) || defined(STDC_HEADERS)